+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ if ($q.screen.gt.xs || propertyPage === propertyPageMax) return;
+ propertyPage = propertyPage + 1;
+ fetchPropertyList().then(() =>
+ done(propertyPage >= propertyPageMax),
+ );
+ }
+ "
+ >
+
+
+
+
+ {{
+ v.label &&
+ $t(v.label, {
+ msg:
+ v.name === 'step'
+ ? $t('flow.step')
+ : v.name === 'name'
+ ? $t('flow.title')
+ : '',
+ })
+ }}
+
+
+
+
+
+
+
+
+ {{
+ $q.screen.xs
+ ? props.rowIndex + 1
+ : (propertyPage - 1) * propertyPageSize +
+ props.rowIndex +
+ 1
+ }}
+
+
+
+
+
+
+
+
+ {{ props.row.name }}
+
+
+
+ {{ props.row.step.length }}
+
+
+ {}"
+ />
+ {}"
+ @edit="() => {}"
+ @delete="() => {}"
+ @change-status="() => {}"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ props.row.name }}
+
+
+ {{ props.row.name }}
+
+
+
+
+
+ {{ props.row.step.length }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+